* lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 Feb 2024 18:18:08 +0000 (13:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 Feb 2024 18:18:08 +0000 (13:18 -0500)
lisp/vc/vc-hooks.el

index a95cc732dab4b3063900f1e68e60efaa6830d2e9..75f68dd80d14a1d388ec4daebeb31d34ea3713cc 100644 (file)
@@ -186,7 +186,8 @@ revision number and lock status."
 This minor mode is automatically activated whenever you visit a file under
 control of one of the revision control systems in `vc-handled-backends'.
 VC commands are globally reachable under the prefix \\[vc-prefix-map]:
-\\{vc-prefix-map}")
+\\{vc-prefix-map}"
+  nil)
 
 (defmacro vc-error-occurred (&rest body)
   `(condition-case nil (progn ,@body nil) (error t)))